Skip to content

Conversation

@kenowagb
Copy link
Collaborator

@kenowagb kenowagb commented Aug 3, 2026

The cabinet input is a dance pad, so a prompt like "A" or "J" names a key no player can see, and the same lesson looked different depending on which player was taking it. The cue for advancing dialogue was also a small chip in the bottom right, while the cue for the next move was large and centered right above it.

TutorialInputLabels now exposes fixed pad glyphs for left, right, and place. This is display only: bindings and remapping still live in InputSystem_Actions, and the tutorial keeps routing input through the active player's action map, so Player 2 still plays on the Player2 map.

TutorialController.SetContinueVisible shows the place glyph in the large centered BindingLabel and keeps the bottom-right ContinuePrompt hidden, so a dialogue step and a move step prompt in the same place at the same size. The chip stays in the hierarchy and in TutorialUILayout, so the authored scene and the guide style asset need no changes.

Wrong-direction hints in TutorialLessonConfig are built from the same glyph constants rather than repeating the arrows, and DefaultTutorialLesson.asset carries the matching text for the lesson that actually ships.

Docs: Tutorial.md 0.6.0 to 0.6.1 with the new right-panel behavior, COMPONENT_INDEX version bump, and a CHANGELOG entry noting that this supersedes the per-player key hints for direction cues.

Kenneth Enow and others added 2 commits August 3, 2026 00:09
The cabinet input is a dance pad, so a prompt like "A" or "J" names a key
no player can see, and the same lesson looked different depending on
which player was taking it. The cue for advancing dialogue was also a
small chip in the bottom right, while the cue for the next move was large
and centered right above it.

TutorialInputLabels now exposes fixed pad glyphs for left, right, and
place. This is display only: bindings and remapping still live in
InputSystem_Actions, and the tutorial keeps routing input through the
active player's action map, so Player 2 still plays on the Player2 map.

TutorialController.SetContinueVisible shows the place glyph in the large
centered BindingLabel and keeps the bottom-right ContinuePrompt hidden,
so a dialogue step and a move step prompt in the same place at the same
size. The chip stays in the hierarchy and in TutorialUILayout, so the
authored scene and the guide style asset need no changes.

Wrong-direction hints in TutorialLessonConfig are built from the same
glyph constants rather than repeating the arrows, and
DefaultTutorialLesson.asset carries the matching text for the lesson
that actually ships.

Docs: Tutorial.md 0.6.0 to 0.6.1 with the new right-panel behavior,
COMPONENT_INDEX version bump, and a CHANGELOG entry noting that this
supersedes the per-player key hints for direction cues.

Co-authored-by: Cursor <cursoragent@cursor.com>
@psukesh psukesh merged commit 3ffdb98 into main Aug 4, 2026
Sign in to join this conversation on GitHub.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants